From d2d75fc0730c974ca40db7a2858e795392a58ea8 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 23 Jan 2021 13:08:26 -0600 Subject: [PATCH] Change the default db setting, will have new setting for new components --- examples/etc/pgwui.ini | 6 ++++-- examples/misc/development.ini | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/examples/etc/pgwui.ini b/examples/etc/pgwui.ini index c121ded..8c1dab7 100644 --- a/examples/etc/pgwui.ini +++ b/examples/etc/pgwui.ini @@ -25,8 +25,10 @@ use = egg:PGWUI_Server pgwui.pg_host = pgwui.pg_port = 5432 -# There are occasions when PGWUI uses a default database. (optional) -pgwui.default_db = template1 + +# The database to use by default. +# Not having the setting is the same as "", the empty string. +# pgwui.default_db = # How to link to the site's home page. diff --git a/examples/misc/development.ini b/examples/misc/development.ini index f522204..8851fc5 100644 --- a/examples/misc/development.ini +++ b/examples/misc/development.ini @@ -25,8 +25,9 @@ use = egg:PGWUI_Server pgwui.pg_host = pgwui.pg_port = 5432 -# There are occasions when PGWUI uses a default database. (optional) -pgwui.default_db = template1 +# The database to use by default. +# Not having the setting is the same as "", the empty string. +# pgwui.default_db = # How to link to the site's home page. Useful when the home page is -- 2.34.1